Extend the value returned by Fgarbage_collect with heap statistics.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 20 Jul 2012 14:07:28 +0000 (18:07 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 20 Jul 2012 14:07:28 +0000 (18:07 +0400)
commite4ac9e732091dd9abc81be3880e36ae4f64b4952
tree53a586f58e6edd9968523bf07255f18ec0a6dae6
parentf875337967d4039e03836b9d641a239523527325
Extend the value returned by Fgarbage_collect with heap statistics.
* alloc.c (Qheap): New symbol.
(syms_of_alloc): DEFSYM it.
(Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
(Fmemory_free): Remove.
(syms_of_alloc): Don't defsubr it.
* buffer.c (Fcompact_buffer): Remove.
(syms_of_buffer): Don't defsubr it.
src/ChangeLog
src/alloc.c
src/buffer.c